home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_10_01
/
1001023a
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-11-15
|
183 b
|
18 lines
Example of Header File With C & C++ Prototypes
example1.h:
#ifdef __cplusplus
extern "C" {
#endif
int foo(int x);
int bar(int x);
#ifdef __cplusplus
}
#endif